home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / PRIMITIV / STAR / COMSTAR.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  782 b   |  44 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMStar.r 1.2 1997/04/09 01:18:05 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMSTAR.rsc";
  13.  
  14. resource 'COMP' (136) {
  15.     'prim',
  16.     'COFA',
  17.     "3D Star",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. data 'GUID' (136) {
  26.     $"AB40 E1C0 3A02 101C 885F 0402 1C00 7002"            /* ´@·¿:...à_....p. */
  27.     $"C84E 1240 8478 101C 8BFC F629 D50D 262B"            /* »N.@Ñx..㸈)’¬&+ */
  28. };
  29.  
  30. data 'Cmpp' (136) {
  31.     $"0088"                                               /* .à */
  32. };
  33.  
  34. resource 'pMAP' (136) {
  35.     {    /* array TypeArray: 1 elements */
  36.         /* [1] */
  37.         'NBBR',
  38.         'shrt',
  39.         1,
  40.         "# Branches"
  41.     }
  42. };
  43.  
  44.